PDF4Java Reference Documentation
com.o2sol.pdf4java.content Package / PDFContentExtractor Class / extractTextRuns Method / extractTextRuns(PDFContentExtractionContext) Method
Context for content extraction
In This Topic
    extractTextRuns(PDFContentExtractionContext) Method
    In This Topic
    Extracts the text fragments from the PDF page.
    Syntax

    Parameters

    context
    Context for content extraction

    Return Value

    The list of text fragments in the order they appear in the page content stream.
    Exceptions
    ExceptionDescription
    When context is null
    See Also